projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f2a45
)
Apply 1 suggestion(s) to 1 file(s)
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Jun 2021 12:59:38 +0000
(12:59 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Jun 2021 12:59:38 +0000
(12:59 +0000)
gtk/gtktreeview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeview.c
b/gtk/gtktreeview.c
index 7d58986458b642f00a8714ac6a0af51fc1e6613a..bc91b7f83ebc7bd4e157f3e06afe69f129d611b2 100644
(file)
--- a/
gtk/gtktreeview.c
+++ b/
gtk/gtktreeview.c
@@
-1177,7
+1177,7
@@
gtk_tree_view_class_init (GtkTreeViewClass *class)
* or when the user single-clicks a row when that property set to %TRUE.
*
* This signal is also emitted when a non-editable row is selected and one
- * of the keys:
Space, Shift+Space, Return or Enter
is pressed.
+ * of the keys:
<kbd>Space</kbd>, <kbd>Shift</kbd>+<kbd>Space</kbd>, <kbd>Return</kbd> or <kbd>Enter</kbd>
is pressed.
*
* For selection handling refer to the
* [tree widget conceptual overview][TreeWidget]